home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Modules / BackSpaceModules / Source / IconMosaicView / IconMosaic.nib / data.classes next >
Text File  |  1993-01-27  |  281b  |  23 lines

  1. IconMosaicView = {
  2.     ACTIONS = {
  3.     inspector:;
  4.     setDefault:;
  5.     };
  6.     OUTLETS = {
  7.     images;
  8.     field;
  9.     inspector;
  10.     density;
  11.     defaults;
  12.     };
  13.     SUPERCLASS = View;
  14. };
  15. FirstResponder = {
  16.     ACTIONS = {
  17.     };
  18.     SUPERCLASS = Object;
  19. };
  20. MySubclass = {
  21.     SUPERCLASS = Object;
  22. };
  23.